home *** CD-ROM | disk | FTP | other *** search
- Path: castle.nando.net!news
- From: actuary@nando.net (Bill McCarthy)
- Newsgroups: comp.lang.c
- Subject: Re: Converting Strings to Upper Case
- Date: 17 Mar 1996 03:58:29 GMT
- Organization: Nando.net Public Access
- Message-ID: <4ig2l5$5p1@castle.nando.net>
- References: <4ifra6$52i@scipio.cyberstore.ca>
- Reply-To: actuary@nando.net (Bill McCarthy)
- NNTP-Posting-Host: grail308.nando.net
- X-Newsreader: IBM NewsReader/2 v1.2
-
- In <4ifra6$52i@scipio.cyberstore.ca>, ejw@news.cyberstore.ca () writes:
- >Hi,
- >
- >I need to write a function to convert a string containg upper or lower case
- >characters to the opposite case. Something like:
- >
- > void libConvertUpperCase(char *str); and
- > void libConvertLowerCase(char *str);
- >
- >and the string would be modified. I just can't seem to wrap my head around
- >the best way that I know is better than writing a for loop to check each
- >element in the array?
-
- You forget to post your code for comment.
-
- Bill McCarthy
- actuary@nando.net
- Wendell, NC USA
-
-